home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / mac_file / vendor_d / neuralwa / nw2v50 / drsbstwt.igb < prev    next >
Text File  |  1993-08-23  |  884b  |  46 lines

  1. inst4.1     !Aug 28, 1992
  2. !****************************************************************
  3. !*                                *
  4. !*    DRS Best Weights Graph builder                *
  5. !*                                *
  6. !****************************************************************
  7. !
  8.  
  9. !Default probe
  10.  
  11. !    *** Build Instrument ***
  12.  
  13. @ILdD                !load default instrument
  14. =ITit    "Best Weights"        !Instrument title
  15.  
  16. ! Get maximum #PEs in a layer
  17. #Incl    "maxnlpes.iif"
  18.  
  19. ! Get initial weights for layer
  20. =f0    n1
  21. #Incl    "wghtinit.iif"
  22.  
  23. ! Give them room to grow
  24. *f1    10.0
  25. =Ivmn    0
  26. -Ivmn    f1
  27. =Ivmx    f1
  28. =Ignx    40
  29.  
  30. ! Height and width
  31. =f0    Ignx
  32. *f0    5.0            !5 pixels per bar
  33. =Ihgt    50            !height of graph
  34. =Iwdt    f0            !Width of graph
  35.  
  36. =IGVr    "AuxWt1"
  37. =IGTy    "Hist"
  38. =ITMd    0            !No transformation
  39. =IRcA    0            !Not active in recall
  40. =ILDv    10            !Every 10 iterations
  41. =IPrb    "Output"        !Point to default probe
  42. ! Let NeuralWorks take care of positioning
  43. =x    0
  44. =y    0
  45. @IAdd                !Now create instrument
  46.